runtime.p.statsSeq (field)
4 uses
runtime (current package)
mstats.go#L804: seq := atomic.Xadd(&pp.statsSeq, 1)
mstats.go#L833: seq := atomic.Xadd(&pp.statsSeq, 1)
mstats.go#L907: for atomic.Load(&p.statsSeq)%2 != 0 {
runtime2.go#L707: statsSeq uint32
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)